home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / Chip_2000-01_cd.bin / tema / UP / UCETNI PORADCE / QBUPDATE.EXE / 0 / RCDATA / TZADANIJMENAFORM / TZADANIJMENAFORM.txt
Encoding:
Text File  |  1999-11-10  |  1.1 KB  |  65 lines

  1. object ZadaniJmenaForm: TZadaniJmenaForm
  2.   Left = 86
  3.   Top = 179
  4.   Width = 255
  5.   Height = 126
  6.   Caption = 'Zad∩┐╜n∩┐╜ jm∩┐╜na'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 8
  19.     Width = 34
  20.     Height = 13
  21.     Caption = 'Jm∩┐╜no:'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 16
  25.     Top = 32
  26.     Width = 28
  27.     Height = 13
  28.     Caption = 'eMail:'
  29.   end
  30.   object edJmeno: TEdit
  31.     Left = 64
  32.     Top = 8
  33.     Width = 169
  34.     Height = 21
  35.     TabOrder = 0
  36.   end
  37.   object edEMail: TEdit
  38.     Left = 64
  39.     Top = 32
  40.     Width = 169
  41.     Height = 21
  42.     TabOrder = 1
  43.   end
  44.   object btnOK: TButton
  45.     Left = 128
  46.     Top = 64
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'OK'
  50.     Default = True
  51.     ModalResult = 1
  52.     TabOrder = 2
  53.   end
  54.   object btnStorno: TButton
  55.     Left = 40
  56.     Top = 64
  57.     Width = 75
  58.     Height = 25
  59.     Cancel = True
  60.     Caption = '&Storno'
  61.     ModalResult = 3
  62.     TabOrder = 3
  63.   end
  64. end
  65.